Uses of Interface
org.eclipse.vtp.desktop.projects.core.IVoiceToolsDesignProject

Packages that use IVoiceToolsDesignProject
org.eclipse.vtp.desktop.projects.core   
org.eclipse.vtp.desktop.projects.core.internals   
org.eclipse.vtp.desktop.projects.core.util   
 

Uses of IVoiceToolsDesignProject in org.eclipse.vtp.desktop.projects.core
 

Subinterfaces of IVoiceToolsDesignProject in org.eclipse.vtp.desktop.projects.core
 interface IApplicationFragmentProject
          This interface represents the top level project folder resource for application design projects.
 interface IApplicationProject
          This interface represents the top level project folder resource for application design projects.
 

Methods in org.eclipse.vtp.desktop.projects.core with parameters of type IVoiceToolsDesignProject
static void DesktopCorePlugin.removeFromCache(IVoiceToolsDesignProject project)
           
 

Uses of IVoiceToolsDesignProject in org.eclipse.vtp.desktop.projects.core.internals
 

Classes in org.eclipse.vtp.desktop.projects.core.internals that implement IVoiceToolsDesignProject
 class ApplicationFragmentProject
          This is a concrete implementation of IApplicationProject and provides the default behavior of that interface.
 class ApplicationProject
          This is a concrete implementation of IApplicationProject and provides the default behavior of that interface.
 class VoiceToolsDesignProject
           
 

Constructors in org.eclipse.vtp.desktop.projects.core.internals with parameters of type IVoiceToolsDesignProject
DependencySet(IVoiceToolsDesignProject project, org.eclipse.core.resources.IFolder folder)
          Creates a new DependencySet.
 

Uses of IVoiceToolsDesignProject in org.eclipse.vtp.desktop.projects.core.util
 

Methods in org.eclipse.vtp.desktop.projects.core.util with parameters of type IVoiceToolsDesignProject
 void ApplicationConfigurationScreen.loadFrom(IVoiceToolsDesignProject project)
          Populates the UI with the data from the specified project or the defaults if it is null.
 void ApplicationConfigurationScreen.saveTo(IVoiceToolsDesignProject project)
          Saves the state of the UI to the specified project.